hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
ID3D11ShaderReflectionConstantBuffer
directx
d3d11shader
Undocumented in source.
version(Windows && Direct3D_11)
interface
ID3D11ShaderReflectionConstantBuffer {
HRESULT
GetDesc
(D3D11_SHADER_BUFFER_DESC* pDesc);
ID3D11ShaderReflectionVariable
GetVariableByIndex
(UINT Index);
ID3D11ShaderReflectionVariable
GetVariableByName
(LPCSTR Name);
}
Members
Functions
GetDesc
HRESULT
GetDesc
(D3D11_SHADER_BUFFER_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVariableByIndex
ID3D11ShaderReflectionVariable
GetVariableByIndex
(UINT Index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVariableByName
ID3D11ShaderReflectionVariable
GetVariableByName
(LPCSTR Name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
directx
d3d11shader
aliases
D3D11_CBUFFER_TYPE
D3D11_RESOURCE_RETURN_TYPE
D3D11_SHADER_BUFFER_DESC
D3D11_SHADER_DESC
D3D11_SHADER_INPUT_BIND_DESC
D3D11_SHADER_TYPE_DESC
D3D11_SHADER_VARIABLE_DESC
D3D11_SHADER_VERSION_TYPE
D3D11_SIGNATURE_PARAMETER_DESC
D3D11_TESSELLATOR_DOMAIN
D3D11_TESSELLATOR_OUTPUT_PRIMITIVE
D3D11_TESSELLATOR_PARTITIONING
LPD3D11SHADERREFLECTION
LPD3D11SHADERREFLECTIONCONSTANTBUFFER
LPD3D11SHADERREFLECTIONTYPE
LPD3D11SHADERREFLECTIONVARIABLE
enums
D3D11_SHVER_PIXEL_SHADER
functions
D3D11_SHVER_GET_MAJOR
D3D11_SHVER_GET_MINOR
D3D11_SHVER_GET_TYPE
interfaces
ID3D11ShaderReflection
ID3D11ShaderReflectionConstantBuffer
ID3D11ShaderReflectionType
ID3D11ShaderReflectionVariable
structs
_D3D11_SHADER_BUFFER_DESC
_D3D11_SHADER_DESC
_D3D11_SHADER_INPUT_BIND_DESC
_D3D11_SHADER_TYPE_DESC
_D3D11_SHADER_VARIABLE_DESC
_D3D11_SIGNATURE_PARAMETER_DESC